diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-ui/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-ui/src/index.d.ts deleted file mode 100644 index 6e2989f3..00000000 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-ui/src/index.d.ts +++ /dev/null @@ -1,83 +0,0 @@ -/** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license - */ -/** - * @module ui - */ -export { default as clickOutsideHandler } from './bindings/clickoutsidehandler.js'; -export { default as injectCssTransitionDisabler } from './bindings/injectcsstransitiondisabler.js'; -export { default as CssTransitionDisablerMixin, type ViewWithCssTransitionDisabler } from './bindings/csstransitiondisablermixin.js'; -export { default as submitHandler } from './bindings/submithandler.js'; -export { default as addKeyboardHandlingForGrid } from './bindings/addkeyboardhandlingforgrid.js'; -export { default as AccessibilityHelp } from './editorui/accessibilityhelp/accessibilityhelp.js'; -export { default as BodyCollection } from './editorui/bodycollection.js'; -export { default as Button, type ButtonExecuteEvent } from './button/button.js'; -export type { default as ButtonLabel } from './button/buttonlabel.js'; -export { default as ButtonView } from './button/buttonview.js'; -export { default as ButtonLabelView } from './button/buttonlabelview.js'; -export { default as SwitchButtonView } from './button/switchbuttonview.js'; -export { default as FileDialogButtonView } from './button/filedialogbuttonview.js'; -export { default as CollapsibleView } from './collapsible/collapsibleview.js'; -export * from './colorgrid/utils.js'; -export { default as ColorGridView, type ColorDefinition } from './colorgrid/colorgridview.js'; -export { default as ColorTileView } from './colorgrid/colortileview.js'; -export { default as ColorPickerView } from './colorpicker/colorpickerview.js'; -export type { ColorPickerConfig, ColorPickerViewConfig, ColorPickerOutputFormat } from './colorpicker/utils.js'; -export { default as ColorSelectorView, type ColorSelectorExecuteEvent, type ColorSelectorColorPickerCancelEvent, type ColorSelectorColorPickerShowEvent } from './colorselector/colorselectorview.js'; -export { default as ComponentFactory } from './componentfactory.js'; -export { default as Dialog } from './dialog/dialog.js'; -export { default as DialogView, DialogViewPosition, type DialogViewMoveToEvent } from './dialog/dialogview.js'; -export { default as DropdownView } from './dropdown/dropdownview.js'; -export { default as DropdownPanelView } from './dropdown/dropdownpanelview.js'; -export { default as DropdownButtonView } from './dropdown/button/dropdownbuttonview.js'; -export { default as SplitButtonView } from './dropdown/button/splitbuttonview.js'; -export * from './dropdown/utils.js'; -export { default as EditorUI, type EditorUIReadyEvent, type EditorUIUpdateEvent } from './editorui/editorui.js'; -export { default as EditorUIView } from './editorui/editoruiview.js'; -export { default as BoxedEditorUIView } from './editorui/boxed/boxededitoruiview.js'; -export { default as InlineEditableUIView } from './editableui/inline/inlineeditableuiview.js'; -export { default as FormHeaderView } from './formheader/formheaderview.js'; -export { default as FocusCycler, type FocusableView, type ViewWithFocusCycler, type FocusCyclerForwardCycleEvent, type FocusCyclerBackwardCycleEvent, isViewWithFocusCycler, isFocusable } from './focuscycler.js'; -export { default as IconView } from './icon/iconview.js'; -export { default as InputView } from './input/inputview.js'; -export { default as InputTextView } from './inputtext/inputtextview.js'; -export { default as InputNumberView } from './inputnumber/inputnumberview.js'; -export { default as TextareaView, type TextareaViewUpdateEvent } from './textarea/textareaview.js'; -export { default as IframeView } from './iframe/iframeview.js'; -export { default as LabelView } from './label/labelview.js'; -export { type LabeledFieldViewCreator, default as LabeledFieldView } from './labeledfield/labeledfieldview.js'; -export * from './labeledfield/utils.js'; -export { default as ListItemGroupView } from './list/listitemgroupview.js'; -export { default as ListItemView } from './list/listitemview.js'; -export { default as ListSeparatorView } from './list/listseparatorview.js'; -export { default as ListView } from './list/listview.js'; -export { default as Notification } from './notification/notification.js'; -export { default as ViewModel } from './model.js'; -export { default as BalloonPanelView } from './panel/balloon/balloonpanelview.js'; -export { default as ContextualBalloon } from './panel/balloon/contextualballoon.js'; -export { default as StickyPanelView } from './panel/sticky/stickypanelview.js'; -export { default as AutocompleteView, type AutocompleteViewConfig, type AutocompleteResultsView } from './autocomplete/autocompleteview.js'; -export { default as SearchTextView, type SearchTextViewSearchEvent, type SearchTextViewConfig } from './search/text/searchtextview.js'; -export { default as SearchInfoView } from './search/searchinfoview.js'; -export { default as FilteredView, type FilteredViewExecuteEvent } from './search/filteredview.js'; -export { default as HighlightedTextView } from './highlightedtext/highlightedtextview.js'; -export { default as TooltipManager } from './tooltipmanager.js'; -export { default as Template, type TemplateDefinition } from './template.js'; -export { default as SpinnerView } from './spinner/spinnerview.js'; -export { default as ToolbarView } from './toolbar/toolbarview.js'; -export { default as ToolbarLineBreakView } from './toolbar/toolbarlinebreakview.js'; -export { default as ToolbarSeparatorView } from './toolbar/toolbarseparatorview.js'; -export { default as normalizeToolbarConfig } from './toolbar/normalizetoolbarconfig.js'; -export { default as BalloonToolbar, type BalloonToolbarShowEvent } from './toolbar/balloon/balloontoolbar.js'; -export { default as BlockToolbar } from './toolbar/block/blocktoolbar.js'; -export { default as View, type UIViewRenderEvent } from './view.js'; -export { default as ViewCollection } from './viewcollection.js'; -export { default as MenuBarView, type MenuBarConfig } from './menubar/menubarview.js'; -export { default as MenuBarMenuView } from './menubar/menubarmenuview.js'; -export { default as MenuBarMenuListView } from './menubar/menubarmenulistview.js'; -export { default as MenuBarMenuListItemView } from './menubar/menubarmenulistitemview.js'; -export { default as MenuBarMenuListItemButtonView } from './menubar/menubarmenulistitembuttonview.js'; -export { default as MenuBarMenuListItemFileDialogButtonView } from './menubar/menubarmenulistitemfiledialogbuttonview.js'; -export { normalizeMenuBarConfig, DefaultMenuBarItems } from './menubar/utils.js'; -import './augmentation.js'; diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts deleted file mode 100644 index 3046195d..00000000 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts +++ /dev/null @@ -1,113 +0,0 @@ -/** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license - */ -/** - * @module engine - */ -export * from './view/placeholder.js'; -export { default as EditingController } from './controller/editingcontroller.js'; -export { default as DataController, type DataControllerInitEvent, type DataControllerSetEvent, type DataControllerToModelEvent, type DataControllerToViewEvent } from './controller/datacontroller.js'; -export { default as Conversion } from './conversion/conversion.js'; -export type { default as DowncastDispatcher, DowncastAddMarkerEvent, DowncastAttributeEvent, DowncastConversionApi, DowncastInsertEvent, DowncastRemoveEvent, DowncastRemoveMarkerEvent, DowncastSelectionEvent } from './conversion/downcastdispatcher.js'; -export type { default as UpcastDispatcher, UpcastConversionApi, UpcastConversionData, UpcastElementEvent, UpcastTextEvent } from './conversion/upcastdispatcher.js'; -export type { AddHighlightCallback, AttributeDescriptor, ElementCreatorFunction, HighlightDescriptor, RemoveHighlightCallback, MarkerElementCreatorFunction, SlotFilter } from './conversion/downcasthelpers.js'; -export type { default as Mapper, MapperModelToViewPositionEvent, MapperViewToModelPositionEvent } from './conversion/mapper.js'; -export type { default as ModelConsumable } from './conversion/modelconsumable.js'; -export type { Consumables, default as ViewConsumable } from './conversion/viewconsumable.js'; -export type { default as DataProcessor } from './dataprocessor/dataprocessor.js'; -export { default as HtmlDataProcessor } from './dataprocessor/htmldataprocessor.js'; -export type { default as Operation } from './model/operation/operation.js'; -export { default as InsertOperation } from './model/operation/insertoperation.js'; -export { default as MoveOperation } from './model/operation/moveoperation.js'; -export { default as MergeOperation } from './model/operation/mergeoperation.js'; -export { default as SplitOperation } from './model/operation/splitoperation.js'; -export { default as MarkerOperation } from './model/operation/markeroperation.js'; -export { default as OperationFactory } from './model/operation/operationfactory.js'; -export { default as AttributeOperation } from './model/operation/attributeoperation.js'; -export { default as RenameOperation } from './model/operation/renameoperation.js'; -export { default as RootAttributeOperation } from './model/operation/rootattributeoperation.js'; -export { default as RootOperation } from './model/operation/rootoperation.js'; -export { default as NoOperation } from './model/operation/nooperation.js'; -export { transformSets } from './model/operation/transform.js'; -export { default as DocumentSelection, type DocumentSelectionChangeRangeEvent, type DocumentSelectionChangeMarkerEvent, type DocumentSelectionChangeAttributeEvent } from './model/documentselection.js'; -export { default as Range } from './model/range.js'; -export { default as LiveRange, type LiveRangeChangeRangeEvent } from './model/liverange.js'; -export { default as LivePosition } from './model/liveposition.js'; -export { default as Model } from './model/model.js'; -export { default as TreeWalker, type TreeWalkerValue } from './model/treewalker.js'; -export { default as Element } from './model/element.js'; -export { default as Position, type PositionOffset } from './model/position.js'; -export { default as DocumentFragment } from './model/documentfragment.js'; -export { default as History } from './model/history.js'; -export { default as Text } from './model/text.js'; -export { default as TextProxy } from './model/textproxy.js'; -export type { default as Document, ModelPostFixer } from './model/document.js'; -export type { Marker } from './model/markercollection.js'; -export type { default as Batch } from './model/batch.js'; -export type { default as Differ, DiffItem, DiffItemAttribute, DiffItemInsert, DiffItemRemove } from './model/differ.js'; -export type { default as Item } from './model/item.js'; -export type { default as Node, NodeAttributes } from './model/node.js'; -export type { default as RootElement } from './model/rootelement.js'; -export type { default as Schema, SchemaAttributeCheckCallback, SchemaChildCheckCallback, AttributeProperties, SchemaItemDefinition } from './model/schema.js'; -export type { default as Selection, Selectable } from './model/selection.js'; -export type { default as TypeCheckable } from './model/typecheckable.js'; -export type { default as Writer } from './model/writer.js'; -export type { DocumentChangeEvent } from './model/document.js'; -export type { DocumentSelectionChangeEvent } from './model/documentselection.js'; -export type { ModelApplyOperationEvent, ModelDeleteContentEvent, ModelGetSelectedContentEvent, ModelInsertContentEvent, ModelInsertObjectEvent, ModelModifySelectionEvent, ModelCanEditAtEvent } from './model/model.js'; -export type { SelectionChangeRangeEvent } from './model/selection.js'; -export { default as DataTransfer } from './view/datatransfer.js'; -export { default as DomConverter } from './view/domconverter.js'; -export { default as Renderer } from './view/renderer.js'; -export { default as EditingView } from './view/view.js'; -export { default as ViewDocument } from './view/document.js'; -export { default as ViewText } from './view/text.js'; -export { default as ViewElement, type ElementAttributes as ViewElementAttributes } from './view/element.js'; -export { default as ViewContainerElement } from './view/containerelement.js'; -export { default as ViewEditableElement } from './view/editableelement.js'; -export { default as ViewRootEditableElement } from './view/rooteditableelement.js'; -export { default as ViewAttributeElement } from './view/attributeelement.js'; -export { default as ViewEmptyElement } from './view/emptyelement.js'; -export { default as ViewRawElement } from './view/rawelement.js'; -export { default as ViewUIElement } from './view/uielement.js'; -export { default as ViewDocumentFragment } from './view/documentfragment.js'; -export { default as ViewTreeWalker, type TreeWalkerValue as ViewTreeWalkerValue } from './view/treewalker.js'; -export type { default as ViewElementDefinition, ElementObjectDefinition } from './view/elementdefinition.js'; -export type { default as ViewDocumentSelection } from './view/documentselection.js'; -export { default as AttributeElement } from './view/attributeelement.js'; -export type { default as ViewItem } from './view/item.js'; -export type { default as ViewNode } from './view/node.js'; -export type { default as ViewPosition, PositionOffset as ViewPositionOffset } from './view/position.js'; -export type { default as ViewRange } from './view/range.js'; -export type { default as ViewSelection, ViewSelectionChangeEvent, Selectable as ViewSelectable } from './view/selection.js'; -export type { default as ViewTypeCheckable } from './view/typecheckable.js'; -export { getFillerOffset } from './view/containerelement.js'; -export { default as Observer } from './view/observer/observer.js'; -export { default as ClickObserver } from './view/observer/clickobserver.js'; -export { default as DomEventObserver } from './view/observer/domeventobserver.js'; -export { default as MouseObserver } from './view/observer/mouseobserver.js'; -export { default as TabObserver } from './view/observer/tabobserver.js'; -export { default as FocusObserver } from './view/observer/focusobserver.js'; -export { default as DowncastWriter } from './view/downcastwriter.js'; -export { default as UpcastWriter } from './view/upcastwriter.js'; -export { default as Matcher, type MatcherPattern, type MatcherObjectPattern, type Match, type MatchResult } from './view/matcher.js'; -export { default as BubblingEventInfo } from './view/observer/bubblingeventinfo.js'; -export { default as DomEventData } from './view/observer/domeventdata.js'; -export type { BubblingEvent } from './view/observer/bubblingemittermixin.js'; -export type { ViewDocumentArrowKeyEvent } from './view/observer/arrowkeysobserver.js'; -export type { ViewDocumentCompositionStartEvent, ViewDocumentCompositionUpdateEvent, ViewDocumentCompositionEndEvent } from './view/observer/compositionobserver.js'; -export type { ViewDocumentInputEvent } from './view/observer/inputobserver.js'; -export type { ViewDocumentKeyDownEvent, ViewDocumentKeyUpEvent, KeyEventData } from './view/observer/keyobserver.js'; -export type { ViewDocumentLayoutChangedEvent } from './view/document.js'; -export type { ViewDocumentMouseDownEvent, ViewDocumentMouseUpEvent, ViewDocumentMouseOverEvent, ViewDocumentMouseOutEvent } from './view/observer/mouseobserver.js'; -export type { ViewDocumentTabEvent } from './view/observer/tabobserver.js'; -export type { ViewDocumentClickEvent } from './view/observer/clickobserver.js'; -export type { ViewDocumentSelectionChangeEvent } from './view/observer/selectionobserver.js'; -export type { ViewRenderEvent, ViewScrollToTheSelectionEvent } from './view/view.js'; -export { default as StylesMap, StylesProcessor, type BoxSides } from './view/stylesmap.js'; -export * from './view/styles/background.js'; -export * from './view/styles/border.js'; -export * from './view/styles/margin.js'; -export * from './view/styles/padding.js'; -export * from './view/styles/utils.js'; diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-utils/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-utils/src/index.d.ts deleted file mode 100644 index 18d9782c..00000000 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-utils/src/index.d.ts +++ /dev/null @@ -1,64 +0,0 @@ -/** - * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. - * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license - */ -/** - * @module utils - */ -export { default as env } from './env.js'; -export { default as diff, type DiffResult } from './diff.js'; -export { default as fastDiff } from './fastdiff.js'; -export { default as diffToChanges } from './difftochanges.js'; -export { default as mix } from './mix.js'; -export type { Constructor, Mixed } from './mix.js'; -export { default as EmitterMixin, type Emitter, type BaseEvent, type CallbackOptions, type EmitterMixinDelegateChain, type GetCallback, type GetCallbackOptions, type GetEventInfo, type GetNameOrEventInfo } from './emittermixin.js'; -export { default as EventInfo } from './eventinfo.js'; -export { default as ObservableMixin, type Observable, type DecoratedMethodEvent, type ObservableChangeEvent, type ObservableSetEvent } from './observablemixin.js'; -export { default as CKEditorError, logError, logWarning } from './ckeditorerror.js'; -export { default as ElementReplacer } from './elementreplacer.js'; -export { default as abortableDebounce, type AbortableFunc } from './abortabledebounce.js'; -export { default as count } from './count.js'; -export { default as compareArrays } from './comparearrays.js'; -export { default as createElement } from './dom/createelement.js'; -export { default as Config } from './config.js'; -export { default as isIterable } from './isiterable.js'; -export { default as DomEmitterMixin, type DomEmitter } from './dom/emittermixin.js'; -export { default as findClosestScrollableAncestor } from './dom/findclosestscrollableancestor.js'; -export { default as global } from './dom/global.js'; -export { default as getAncestors } from './dom/getancestors.js'; -export { default as getDataFromElement } from './dom/getdatafromelement.js'; -export { default as getBorderWidths } from './dom/getborderwidths.js'; -export { default as isText } from './dom/istext.js'; -export { default as Rect, type RectSource } from './dom/rect.js'; -export { default as ResizeObserver } from './dom/resizeobserver.js'; -export { default as setDataInElement } from './dom/setdatainelement.js'; -export { default as toUnit } from './dom/tounit.js'; -export { default as indexOf } from './dom/indexof.js'; -export { default as insertAt } from './dom/insertat.js'; -export { default as isComment } from './dom/iscomment.js'; -export { default as isNode } from './dom/isnode.js'; -export { default as isRange } from './dom/isrange.js'; -export { default as isValidAttributeName } from './dom/isvalidattributename.js'; -export { default as isVisible } from './dom/isvisible.js'; -export { getOptimalPosition, type Options as PositionOptions, type PositioningFunction, type DomPoint } from './dom/position.js'; -export { default as remove } from './dom/remove.js'; -export * from './dom/scroll.js'; -export * from './keyboard.js'; -export * from './language.js'; -export { default as Locale, type LocaleTranslate, type Translations } from './locale.js'; -export { default as Collection, type CollectionAddEvent, type CollectionChangeEvent, type CollectionRemoveEvent } from './collection.js'; -export { default as first } from './first.js'; -export { default as FocusTracker } from './focustracker.js'; -export { default as KeystrokeHandler } from './keystrokehandler.js'; -export { default as toArray, type ArrayOrItem, type ReadonlyArrayOrItem } from './toarray.js'; -export { default as toMap } from './tomap.js'; -export { default as priorities, type PriorityString } from './priorities.js'; -export { default as retry, exponentialDelay } from './retry.js'; -export { default as insertToPriorityArray } from './inserttopriorityarray.js'; -export { default as spliceArray } from './splicearray.js'; -export { default as uid } from './uid.js'; -export { default as delay, type DelayedFunc } from './delay.js'; -export { default as verifyLicense } from './verifylicense.js'; -export { default as wait } from './wait.js'; -export * from './unicode.js'; -export { default as version, releaseDate } from './version.js'; diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/alignment.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/alignment.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/alignment.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/alignment.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/af.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/af.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/af.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/af.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/az.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/az.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/az.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/az.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/bg.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bg.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/bg.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bg.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/bn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/bn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/bs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/bs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ca.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ca.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ca.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ca.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/cs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/cs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/cs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/cs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/da.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/da.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/da.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/da.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/de-ch.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de-ch.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/de-ch.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de-ch.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/de.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/de.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/el.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/el.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/el.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/el.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/en-au.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-au.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/en-au.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-au.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/en-gb.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-gb.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/en-gb.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-gb.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/es-co.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es-co.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/es-co.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es-co.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/es.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/es.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/et.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/et.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/et.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/et.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/fa.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fa.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/fa.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fa.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/fi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/fi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/fr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/fr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/gl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/gl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/gl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/gl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/he.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/he.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/he.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/he.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/hi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/hi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/hr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/hr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/hu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/hu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/id.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/id.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/id.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/id.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/it.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/it.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/it.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/it.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ja.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ja.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ja.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ja.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/jv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/jv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/jv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/jv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/kk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/kk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/kk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/kk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/km.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/km.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/km.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/km.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ko.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ko.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ko.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ko.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ku.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ku.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ku.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ku.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/lt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/lt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/lv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/lv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ms.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ms.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ms.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ms.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/nb.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nb.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/nb.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nb.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ne.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ne.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ne.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ne.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/nl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/nl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/no.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/no.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/no.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/no.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/pl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/pl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/pt-br.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt-br.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/pt-br.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt-br.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/pt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/pt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ro.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ro.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ro.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ro.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ru.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ru.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ru.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ru.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sq.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sq.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sq.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sq.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sr-latn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr-latn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sr-latn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr-latn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/sv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/th.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/th.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/th.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/th.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/tk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/tk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/tr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/tr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ug.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ug.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ug.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ug.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/uk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/uk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ur.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ur.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/ur.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ur.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/uz.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uz.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/uz.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uz.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/vi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/vi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/vi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/vi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/zh-cn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh-cn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/zh-cn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh-cn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/zh.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/build/translations/zh.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/af.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/af.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/af.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/af.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/bs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/bs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/en-gb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-gb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/en-gb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-gb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/jv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/jv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/jv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/jv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/kk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/kk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/kk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/kk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/km.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/km.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/km.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/km.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/nb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/nb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ne.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ne.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ne.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ne.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/af.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/af.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/af.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/af.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ast.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ast.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ast.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ast.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/az.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/az.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/az.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/az.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bg.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bg.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bg.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bg.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ca.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ca.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ca.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ca.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/cs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/cs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/cs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/cs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/da.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/da.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/da.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/da.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de-ch.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de-ch.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de-ch.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de-ch.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/el.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/el.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/el.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/el.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-au.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-au.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-au.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-au.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-gb.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-gb.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-gb.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-gb.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eo.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eo.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eo.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eo.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es-co.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es-co.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es-co.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es-co.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/et.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/et.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/et.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/et.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fa.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fa.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fa.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fa.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/he.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/he.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/he.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/he.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hy.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hy.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hy.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hy.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/id.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/id.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/id.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/id.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/it.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/it.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/it.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/it.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ja.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ja.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ja.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ja.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/jv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/jv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/jv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/jv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/km.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/km.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/km.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/km.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/kn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/kn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/kn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/kn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ko.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ko.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ko.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ko.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ku.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ku.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ku.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ku.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ms.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ms.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ms.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ms.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nb.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nb.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nb.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nb.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ne.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ne.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ne.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ne.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/no.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/no.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/no.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/no.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/oc.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/oc.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/oc.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/oc.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt-br.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt-br.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt-br.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt-br.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ro.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ro.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ro.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ro.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ru.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ru.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ru.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ru.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/si.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/si.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/si.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/si.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sq.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sq.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sq.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sq.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr-latn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr-latn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr-latn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr-latn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/th.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/th.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/th.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/th.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ug.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ug.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ug.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ug.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ur.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ur.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ur.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ur.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uz.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uz.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uz.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uz.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/vi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/vi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/vi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/vi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh-cn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh-cn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh-cn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh-cn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/core.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/core.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/core.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/core.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/engine.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/engine.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/engine.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/engine.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/enter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/enter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/enter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/enter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/typing.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/typing.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/typing.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/typing.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/ui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/ui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/ui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/ui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/undo.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/undo.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/undo.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/undo.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/upload.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/upload.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/upload.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/upload.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/widget.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/widget.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/widget.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/node_modules/ckeditor5/src/widget.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignment.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignment.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignment.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignment.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentconfig.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentconfig.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentconfig.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentconfig.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/alignmentui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-alignment/src/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/autoformat.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/autoformat.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/autoformat.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/autoformat.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/bg.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bg.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/bg.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bg.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/bn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/bn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ca.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ca.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ca.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ca.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/cs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/cs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/cs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/cs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/da.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/da.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/da.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/da.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/de.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/de.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/de.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/de.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/el.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/el.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/el.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/el.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/es-co.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es-co.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/es-co.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es-co.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/es.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/es.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/et.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/et.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/et.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/et.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/fi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/fi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/fr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/fr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/he.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/he.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/he.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/he.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/hi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/hi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/hr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/hr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/hu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/hu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/id.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/id.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/id.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/id.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/it.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/it.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/it.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/it.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ja.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ja.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ja.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ja.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ko.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ko.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ko.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ko.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/lt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/lt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/lv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/lv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ms.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ms.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ms.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ms.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/nl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/nl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/nl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/nl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/no.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/no.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/no.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/no.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/pl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/pl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/pt-br.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt-br.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/pt-br.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt-br.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/pt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/pt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ro.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ro.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ro.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ro.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ru.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ru.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/ru.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ru.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/sk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/sk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/sr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/sr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/sv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/sv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/th.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/th.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/th.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/th.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/tr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/tr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/tr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/tr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/uk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/uk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/uk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/uk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/vi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/vi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/vi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/vi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/zh-cn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh-cn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/zh-cn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh-cn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/zh.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/build/translations/zh.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/autoformat.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/autoformat.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/autoformat.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/autoformat.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/blockautoformatediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/blockautoformatediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/blockautoformatediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/blockautoformatediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/inlineautoformatediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/inlineautoformatediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/inlineautoformatediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-autoformat/src/inlineautoformatediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/basic-styles.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/basic-styles.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/basic-styles.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/basic-styles.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/af.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/af.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/af.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/af.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ast.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ast.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ast.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ast.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/az.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/az.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/az.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/az.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/bg.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bg.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/bg.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bg.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/bn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/bn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/bs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/bs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ca.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ca.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ca.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ca.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/cs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/cs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/cs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/cs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/da.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/da.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/da.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/da.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/de-ch.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de-ch.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/de-ch.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de-ch.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/de.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/de.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/el.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/el.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/el.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/el.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/en-au.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-au.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/en-au.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-au.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/en-gb.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-gb.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/en-gb.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-gb.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/eo.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eo.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/eo.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eo.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/es-co.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es-co.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/es-co.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es-co.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/es.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/es.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/et.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/et.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/et.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/et.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/eu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/eu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/fa.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fa.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/fa.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fa.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/fi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/fi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/fr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/fr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/gl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/gl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/gu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/gu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/he.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/he.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/he.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/he.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/hi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/hi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/hr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/hr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/hu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/hu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/hy.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hy.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/hy.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hy.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/id.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/id.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/id.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/id.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/it.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/it.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/it.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/it.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ja.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ja.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ja.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ja.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/jv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/jv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/jv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/jv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/km.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/km.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/km.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/km.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/kn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/kn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/kn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/kn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ko.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ko.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ko.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ko.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ku.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ku.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ku.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ku.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/lt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/lt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/lv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/lv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ms.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ms.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ms.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ms.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/nb.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nb.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/nb.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nb.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ne.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ne.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ne.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ne.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/nl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/nl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/no.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/no.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/no.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/no.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/oc.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/oc.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/oc.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/oc.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/pl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/pl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/pt-br.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt-br.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/pt-br.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt-br.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/pt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/pt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ro.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ro.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ro.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ro.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ru.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ru.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ru.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ru.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/si.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/si.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/si.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/si.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sq.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sq.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sq.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sq.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sr-latn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr-latn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sr-latn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr-latn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/sv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/th.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/th.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/th.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/th.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/tk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/tk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/tr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/tr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/tt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/tt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ug.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ug.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ug.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ug.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/uk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/uk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ur.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ur.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/ur.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ur.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/uz.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uz.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/uz.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uz.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/vi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/vi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/vi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/vi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/zh-cn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh-cn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/zh-cn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh-cn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/zh.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/build/translations/zh.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/af.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/af.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/af.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/af.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ast.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ast.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ast.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ast.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/bs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/bs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/en-gb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-gb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/en-gb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-gb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/eo.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eo.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/eo.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eo.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/eu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/eu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/gu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/gu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/hy.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hy.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/hy.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hy.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/jv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/jv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/jv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/jv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/km.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/km.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/km.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/km.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/kn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/kn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/kn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/kn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/nb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/nb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ne.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ne.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ne.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ne.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/oc.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/oc.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/oc.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/oc.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/si.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/si.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/si.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/si.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/tt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/tt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/attributecommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/attributecommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/attributecommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/attributecommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold/boldediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold/boldediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold/boldediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold/boldediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold/boldui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold/boldui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold/boldui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/bold/boldui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code/codeediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code/codeediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code/codeediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code/codeediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code/codeui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code/codeui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code/codeui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/code/codeui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic/italicediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic/italicediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic/italicediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic/italicediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic/italicui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic/italicui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic/italicui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/italic/italicui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough/strikethroughui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough/strikethroughui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough/strikethroughui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/strikethrough/strikethroughui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript/subscriptediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript/subscriptediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript/subscriptediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript/subscriptediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript/subscriptui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript/subscriptui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript/subscriptui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/subscript/subscriptui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript/superscriptediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript/superscriptediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript/superscriptediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript/superscriptediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript/superscriptui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript/superscriptui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript/superscriptui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/superscript/superscriptui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline/underlineediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline/underlineediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline/underlineediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline/underlineediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline/underlineui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline/underlineui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline/underlineui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/underline/underlineui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/src/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/code.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/code.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/code.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/code.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/code.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/code.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/code.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/code.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/italic.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/italic.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/italic.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/italic.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/strikethrough.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/strikethrough.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/strikethrough.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/strikethrough.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/subscript.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/subscript.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/subscript.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/subscript.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/superscript.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/superscript.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/superscript.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/superscript.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/underline.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/underline.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-basic-styles/theme/icons/underline.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/underline.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/block-quote.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/block-quote.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/block-quote.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/block-quote.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/af.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/af.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/af.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/af.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/az.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/az.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/az.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/az.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/bg.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bg.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/bg.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bg.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/bn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/bn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/bs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/bs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ca.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ca.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ca.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ca.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/cs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/cs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/cs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/cs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/da.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/da.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/da.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/da.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/de-ch.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de-ch.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/de-ch.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de-ch.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/de.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/de.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/el.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/el.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/el.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/el.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/en-au.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-au.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/en-au.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-au.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/en-gb.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-gb.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/en-gb.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-gb.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/es-co.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es-co.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/es-co.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es-co.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/es.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/es.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/et.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/et.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/et.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/et.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/eu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/eu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/eu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/eu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/fa.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fa.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/fa.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fa.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/fi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/fi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/fr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/fr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/gl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/gl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/gu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/gu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/he.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/he.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/he.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/he.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/hi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/hi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/hr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/hr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/hu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/hu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/id.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/id.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/id.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/id.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/it.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/it.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/it.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/it.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ja.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ja.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ja.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ja.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/km.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/km.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/km.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/km.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/kn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/kn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/kn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/kn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ko.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ko.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ko.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ko.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ku.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ku.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ku.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ku.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/lt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/lt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/lv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/lv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ms.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ms.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ms.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ms.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/nb.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nb.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/nb.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nb.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ne.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ne.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ne.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ne.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/nl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/nl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/no.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/no.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/no.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/no.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/pl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/pl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/pt-br.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt-br.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/pt-br.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt-br.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/pt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/pt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ro.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ro.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ro.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ro.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ru.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ru.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ru.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ru.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sq.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sq.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sq.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sq.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sr-latn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr-latn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sr-latn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr-latn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/sv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/th.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/th.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/th.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/th.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/tk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/tk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/tr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/tr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ug.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ug.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ug.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ug.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/uk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/uk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ur.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ur.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/ur.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ur.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/uz.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uz.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/uz.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uz.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/vi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/vi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/vi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/vi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/zh-cn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh-cn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/zh-cn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh-cn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/zh.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/build/translations/zh.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/af.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/af.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/af.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/af.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/bs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/bs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/en-gb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-gb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/en-gb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-gb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/eu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/eu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/eu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/eu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/gu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/gu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/km.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/km.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/km.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/km.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/kn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/kn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/kn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/kn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/nb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/nb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ne.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ne.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ne.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ne.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquote.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquote.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquote.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquote.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquotecommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquotecommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquotecommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquotecommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquoteediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquoteediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquoteediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquoteediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquoteui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquoteui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquoteui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/blockquoteui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/theme/blockquote.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/theme/blockquote.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-block-quote/theme/blockquote.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/theme/blockquote.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboard.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboard.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboard.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboard.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardmarkersutils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardmarkersutils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardpipeline.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardpipeline.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardpipeline.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/clipboardpipeline.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdrop.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdrop.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdrop.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdrop.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdropblocktoolbar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdropblocktoolbar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdroptarget.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdroptarget.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdroptarget.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/dragdroptarget.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/lineview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/lineview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/lineview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/lineview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/pasteplaintext.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/pasteplaintext.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/pasteplaintext.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/pasteplaintext.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/plaintexttohtml.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/plaintexttohtml.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/viewtoplaintext.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/src/utils/viewtoplaintext.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/theme/clipboard.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-clipboard/theme/clipboard.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/build/cloud-services.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/build/cloud-services.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/build/cloud-services.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/build/cloud-services.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservices.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservices.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservices.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservices.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservicesconfig.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservicesconfig.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservicesconfig.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservicesconfig.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservicescore.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservicescore.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservicescore.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/cloudservicescore.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/token/token.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/token/token.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/token/token.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/token/token.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/uploadgateway/fileuploader.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/uploadgateway/fileuploader.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/uploadgateway/fileuploader.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/uploadgateway/fileuploader.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/code-block.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/code-block.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/code-block.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/code-block.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/af.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/af.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/af.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/af.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/az.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/az.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/az.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/az.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/bg.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bg.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/bg.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bg.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/bn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/bn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/bs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/bs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ca.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ca.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ca.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ca.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/cs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/cs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/cs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/cs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/da.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/da.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/da.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/da.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/de-ch.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de-ch.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/de-ch.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de-ch.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/de.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/de.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/el.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/el.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/el.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/el.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/en-au.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/en-au.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/en-au.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/en-au.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/es-co.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es-co.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/es-co.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es-co.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/es.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/es.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/et.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/et.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/et.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/et.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/fa.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fa.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/fa.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fa.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/fi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/fi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/fr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/fr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/gl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/gl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/gl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/gl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/he.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/he.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/he.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/he.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/hi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/hi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/hr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/hr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/hu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/hu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/id.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/id.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/id.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/id.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/it.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/it.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/it.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/it.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ja.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ja.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ja.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ja.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/jv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/jv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/jv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/jv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ko.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ko.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ko.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ko.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ku.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ku.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ku.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ku.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/lt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/lt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/lv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/lv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ms.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ms.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ms.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ms.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/nl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/nl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/nl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/nl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/no.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/no.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/no.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/no.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/pl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/pl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/pt-br.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt-br.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/pt-br.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt-br.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/pt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/pt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ro.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ro.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ro.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ro.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ru.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ru.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ru.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ru.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/sk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/sk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/sq.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sq.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/sq.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sq.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/sr-latn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr-latn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/sr-latn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr-latn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/sr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/sr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/sv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/sv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/th.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/th.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/th.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/th.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/tk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/tk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/tr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/tr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ug.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ug.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ug.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ug.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/uk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/uk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ur.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ur.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/ur.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ur.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/uz.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uz.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/uz.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uz.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/vi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/vi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/vi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/vi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/zh-cn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh-cn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/zh-cn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh-cn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/zh.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/build/translations/zh.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/af.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/af.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/af.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/af.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/bs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/bs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/jv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/jv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/jv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/jv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/af.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/af.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/af.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/af.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ar.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ar.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ar.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ast.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ast.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ast.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ast.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/az.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/az.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/az.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/az.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bg.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bg.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bg.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bg.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ca.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ca.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ca.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ca.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/cs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/cs.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/cs.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/cs.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/da.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/da.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/da.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/da.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de-ch.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de-ch.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de-ch.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de-ch.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/el.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/el.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/el.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/el.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-au.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-au.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-au.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-au.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-gb.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-gb.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-gb.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-gb.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eo.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eo.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eo.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eo.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es-co.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es-co.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es-co.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es-co.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/et.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/et.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/et.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/et.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fa.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fa.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fa.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fa.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/he.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/he.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/he.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/he.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hu.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hu.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hu.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hy.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hy.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hy.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hy.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/id.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/id.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/id.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/id.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/it.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/it.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/it.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/it.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ja.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ja.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ja.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ja.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/jv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/jv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/jv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/jv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/km.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/km.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/km.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/km.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/kn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/kn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/kn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/kn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ko.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ko.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ko.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ko.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ku.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ku.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ku.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ku.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ms.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ms.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ms.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ms.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nb.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nb.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nb.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nb.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ne.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ne.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ne.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ne.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/no.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/no.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/no.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/no.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/oc.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/oc.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/oc.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/oc.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt-br.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt-br.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt-br.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt-br.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ro.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ro.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ro.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ro.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ru.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ru.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ru.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ru.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/si.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/si.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/si.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/si.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sl.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sl.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sl.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sq.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sq.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sq.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sq.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr-latn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr-latn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr-latn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr-latn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sv.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sv.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sv.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/th.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/th.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/th.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/th.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tr.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tr.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tr.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tt.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tt.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tt.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ug.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ug.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ug.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ug.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uk.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uk.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uk.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ur.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ur.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ur.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ur.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uz.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uz.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uz.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uz.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/vi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/vi.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/vi.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/vi.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh-cn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh-cn.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh-cn.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh-cn.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/core.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/core.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/core.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/core.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/core.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/core.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/core.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/core.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/engine.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/engine.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/engine.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/engine.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/engine.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/engine.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/engine.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/engine.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/enter.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/enter.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/enter.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/enter.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/enter.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/enter.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/enter.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/enter.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/typing.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/typing.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/typing.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/typing.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/typing.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/typing.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/typing.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/typing.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/ui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/ui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/ui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/ui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/ui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/ui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/ui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/ui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/undo.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/undo.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/undo.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/undo.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/undo.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/undo.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/undo.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/undo.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/upload.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/upload.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/upload.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/upload.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/upload.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/upload.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/upload.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/upload.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/widget.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/widget.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/widget.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/widget.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/widget.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/widget.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/node_modules/ckeditor5/src/widget.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/widget.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblock.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblock.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblock.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblock.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockconfig.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockconfig.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockconfig.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockconfig.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockediting.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockediting.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockui.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/codeblockui.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/converters.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/converters.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/converters.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/converters.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/indentcodeblockcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/indentcodeblockcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/indentcodeblockcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/indentcodeblockcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/index.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/index.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/outdentcodeblockcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/outdentcodeblockcommand.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/outdentcodeblockcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/outdentcodeblockcommand.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/utils.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/utils.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/utils.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/src/utils.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/theme/codeblock.css b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/theme/codeblock.css similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-code-block/theme/codeblock.css rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/theme/codeblock.css diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/CHANGELOG.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/LICENSE.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/LICENSE.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/LICENSE.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/README.md similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/README.md rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/README.md diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/contexts.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/af.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/af.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ar.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ast.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ast.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/az.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/bg.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/bn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/bs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/bs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ca.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/cs.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/da.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/de-ch.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/de.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/el.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/en-au.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/en-gb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/en-gb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/en.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/eo.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/eo.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/es-co.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/es-co.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/es.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/et.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/eu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/eu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/fa.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/fi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/fr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/gl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/gu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/gu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/he.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/hi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/hr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/hu.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/hy.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/hy.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/id.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/it.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ja.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/jv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/jv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/km.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/km.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/kn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/kn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ko.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ku.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/lt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/lv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ms.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/nb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/nb.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ne.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ne.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/nl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/no.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/oc.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/oc.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/pl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/pt-br.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/pt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ro.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ru.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/si.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/si.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sl.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sq.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sq.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sr-latn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/sv.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/th.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/tk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/tr.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/tt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/tt.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ug.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/uk.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/ur.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/uz.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/vi.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/zh-cn.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/lang/translations/zh.po rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/package.json similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/package.json rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/package.json diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts similarity index 99% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts index 8622ec1a..e9631dc1 100644 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts @@ -2,7 +2,7 @@ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ -import type Editor from './editor/editor.js'; +import type Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; export declare const DEFAULT_GROUP_ID: "common"; /** * A common namespace for various accessibility features of the editor. diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/accessibility.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/accessibility.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/augmentation.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/augmentation.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts similarity index 99% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts index 7d3e4949..b7374814 100644 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts @@ -6,7 +6,7 @@ * @module core/command */ import { type DecoratedMethodEvent } from '@ckeditor/ckeditor5-utils'; -import type Editor from './editor/editor.js'; +import type Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; declare const Command_base: { new (): import("@ckeditor/ckeditor5-utils").Observable; prototype: import("@ckeditor/ckeditor5-utils").Observable; diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/command.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/command.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts similarity index 97% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts index 0240fb34..b852d4a7 100644 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts @@ -2,7 +2,7 @@ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ -import type Command from './command.js'; +import type Command from '@ckeditor/ckeditor5-core/src/command.js'; /** * Collection of commands. Its instance is available in {@link module:core/editor/editor~Editor#commands `editor.commands`}. */ diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/commandcollection.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/commandcollection.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts similarity index 96% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts index 1603e8c7..38e4bea4 100644 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts @@ -6,10 +6,10 @@ * @module core/context */ import { Config, Collection, Locale, type LocaleTranslate } from '@ckeditor/ckeditor5-utils'; -import PluginCollection from './plugincollection.js'; -import type Editor from './editor/editor.js'; -import type { LoadedPlugins, PluginConstructor } from './plugin.js'; -import type { EditorConfig } from './editor/editorconfig.js'; +import PluginCollection from '@ckeditor/ckeditor5-core/src/plugincollection.js'; +import type Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; +import type { LoadedPlugins, PluginConstructor } from '@ckeditor/ckeditor5-core/src/plugin.js'; +import type { EditorConfig } from '@ckeditor/ckeditor5-core/src/editor/editorconfig.js'; /** * Provides a common, higher-level environment for solutions that use multiple {@link module:core/editor/editor~Editor editors} * or plugins that work outside the editor. Use it instead of {@link module:core/editor/editor~Editor.create `Editor.create()`} diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/context.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/context.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts similarity index 83% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts index 0cb2ff8b..59613fa1 100644 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts @@ -6,11 +6,11 @@ * @module core/contextplugin */ import { type Collection, type Config, type Locale, type LocaleTranslate } from '@ckeditor/ckeditor5-utils'; -import type Editor from './editor/editor.js'; -import type { EditorConfig } from './editor/editorconfig.js'; -import type Context from './context.js'; -import type { PluginDependencies, PluginInterface } from './plugin.js'; -import type PluginCollection from './plugincollection.js'; +import type Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; +import type { EditorConfig } from '@ckeditor/ckeditor5-core/src/editor/editorconfig.js'; +import type Context from '@ckeditor/ckeditor5-core/src/context.js'; +import type { PluginDependencies, PluginInterface } from '@ckeditor/ckeditor5-core/src/plugin.js'; +import type PluginCollection from '@ckeditor/ckeditor5-core/src/plugincollection.js'; declare const ContextPlugin_base: { new (): import("@ckeditor/ckeditor5-utils").Observable; prototype: import("@ckeditor/ckeditor5-utils").Observable; diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/contextplugin.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/contextplugin.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts similarity index 96% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts index 981135ac..bafccabf 100644 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts @@ -6,7 +6,7 @@ * @module core/editingkeystrokehandler */ import { KeystrokeHandler, type PriorityString } from '@ckeditor/ckeditor5-utils'; -import type Editor from './editor/editor.js'; +import type Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; /** * A keystroke handler for editor editing. Its instance is available * in {@link module:core/editor/editor~Editor#keystrokes} so plugins diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/editingkeystrokehandler.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/editingkeystrokehandler.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts similarity index 96% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts index ad585bed..4953cb10 100644 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts @@ -8,13 +8,13 @@ import { Config, type Locale, type LocaleTranslate } from '@ckeditor/ckeditor5-utils'; import { Conversion, DataController, EditingController, Model } from '@ckeditor/ckeditor5-engine'; import type { EditorUI } from '@ckeditor/ckeditor5-ui'; -import Context from '../context.js'; -import PluginCollection from '../plugincollection.js'; -import CommandCollection, { type CommandsMap } from '../commandcollection.js'; -import EditingKeystrokeHandler from '../editingkeystrokehandler.js'; -import Accessibility from '../accessibility.js'; -import type { LoadedPlugins, PluginConstructor } from '../plugin.js'; -import type { EditorConfig } from './editorconfig.js'; +import Context from '@ckeditor/ckeditor5-core/src/context.js'; +import PluginCollection from '@ckeditor/ckeditor5-core/src/plugincollection.js'; +import CommandCollection, { type CommandsMap } from '@ckeditor/ckeditor5-core/src/commandcollection.js'; +import EditingKeystrokeHandler from '@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js'; +import Accessibility from '@ckeditor/ckeditor5-core/src/accessibility.js'; +import type { LoadedPlugins, PluginConstructor } from '@ckeditor/ckeditor5-core/src/plugin.js'; +import type { EditorConfig } from '@ckeditor/ckeditor5-core/src/editor/editorconfig.js'; declare const Editor_base: { new (): import("@ckeditor/ckeditor5-utils").Observable; prototype: import("@ckeditor/ckeditor5-utils").Observable; diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/editor/editor.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/editor/editor.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts similarity index 99% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts index 9b004d5b..5e4e744d 100644 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts @@ -6,9 +6,9 @@ * @module core/editor/editorconfig */ import type { ArrayOrItem, Translations } from '@ckeditor/ckeditor5-utils'; -import type Context from '../context.js'; -import type { PluginConstructor } from '../plugin.js'; -import type Editor from './editor.js'; +import type Context from '@ckeditor/ckeditor5-core/src/context.js'; +import type { PluginConstructor } from '@ckeditor/ckeditor5-core/src/plugin.js'; +import type Editor from '@ckeditor/ckeditor5-core/src/editor/editor.js'; import type { MenuBarConfig } from '@ckeditor/ckeditor5-ui'; /** * CKEditor configuration options. diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/editor/editorconfig.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js similarity index 100% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-core/src/editor/editorconfig.js rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js diff --git a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts similarity index 75% rename from vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts rename to vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts index b4433b9b..ecfd87b1 100644 --- a/vendor/ckeditor5/node_modules/@ckeditor copy/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts @@ -2,8 +2,8 @@ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ -import type { default as Editor } from '../editor.js'; -import type { ElementApi } from './elementapimixin.js'; +import type { default as Editor } from '@ckeditor/ckeditor5-core/src/editor/editor.js'; +import type { ElementApi } from '@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js'; /** * Checks if the editor is initialized on a `